home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / system / regrun / regruns.exe / regruns580.exe / {app} / Windows 9X.rbm < prev    next >
Text File  |  2001-06-25  |  54KB  |  1,065 lines

  1. @#$Node 0 System Managment
  2. @#$Key  1 Audio CD Player
  3. HKEY_CLASSES_ROOT\AudioCD\shell\play\command
  4.  
  5. @#$Node 1 Control Panel
  6. @#$Key  2 Accessibility
  7. HKEY_CURRENT_USER\Control Panel\Accessibility
  8. @#$Key  2 Date/Time
  9. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
  10. @#$Key  2 Devices
  11. HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES
  12. @#$Key  2 Display
  13. HKEY_CURRENT_USER\Control Panel\Desktop
  14. @#$Key  2 Fonts
  15. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Fonts
  16. @#$Key  2 Internet Settings
  17. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
  18. @#$Key  2 Keyboard
  19. HKEY_CURRENT_USER\Control Panel\Desktop
  20. @#$Key  2 Mouse
  21. HKEY_CURRENT_USER\Control Panel\Mouse
  22. @#$Key  2 Multimedia
  23. HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\MULTIMEDIA
  24. @#$Key  2 Ports
  25. HKEY_LOCAL_MACHINE\hardware\devicemap\serialcomm
  26. @#$Key  2 Printers
  27. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers
  28. @#$Key  2 Hardware
  29. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
  30. @#$Key  2 International Settings
  31. HKEY_CURRENT_USER\Control Panel\International
  32. @#$Key  2 Sounds
  33. HKEY_CURRENT_USER\APPEVENTS\SCHEMES\APPS\.DEFAULT
  34. @#$Node 1 Automatically Running Programs Everytime Windows Starts
  35. @#$Key  2 Services Run
  36. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
  37. The programs started from this key are activated before user login.
  38. Examples: 
  39. SystemTray (systray)
  40. Network Monitor Agent (nmagent.exe) etc.
  41. Note: You may add manually only programs that specially designed to run as service.
  42.  
  43. @#$Key  2 All Users Run
  44. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  45. For each program you wish to start automatically create a new string value using a descriptive name, and set 
  46. the value of the string to the program executable. e.g. 
  47. To automatically start Notepad, add a new entry of "Notepad"="c:\windows\notepad.exe"
  48. Note: Remember to include the full path, if the directory is not included in your default search path.
  49.  
  50. @#$Key  2 Run Programs only for Current User
  51. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  52. If you activated the multiuser environment you may add auto start programs for each user/
  53. To automatically start Notepad, add a new entry of "Notepad"="c:\windows\notepad.exe"
  54. Note: Remember to include the full path, if the directory is not included in your default search path.
  55. @#$Key  2 Run Services Once
  56. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce
  57. The Windows installation system uses this key to setup software.
  58. All programs that started from this key loaded only one time and before programs from
  59. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
  60. @#$Key  2 Run Once
  61. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  62. If you want a program to run only once and then never run again, perform the above but add the values under
  63. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce. Once the program 
  64. has run it gets deleted from the RunOnce key.
  65. @#$Key  2 List of VxD loaded on computer
  66. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD
  67. The VxD key holds information on all the 32-bit virtual device drivers in Windows 95. Windows 95 
  68. automatically manages them, so there is no reason to edit them with a Registry editor. All the static VxDs are 
  69. listed with a subkey under this key.
  70. @#$Key  1 Creating Program Aliases in Windows
  71. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
  72. A hidden feature in the Windows registry allows you to create program aliases. Allowing you to create, for 
  73. example, an alias called EDIT.EXE that when executed actually runs another program, e.g. 
  74. NOTEPAD.EXE
  75.  
  76. 1. Using Regedit, open the key found below. There should be a number of sub-keys already visible below the 
  77. key.
  78. 2. Create a new sub-key, and rename it to the name of the alias you wish to create (e.g. EDIT.EXE).
  79. 3. Modify the (default) value to equal the fully qualified path and filename of the application you want to be 
  80. launched when you execute the alias (e.g. 'c:\windows\notepad.exe').
  81. 4. Exit Regedit, and to test use the Start | Run command type in the name of your alias (i.e. EDIT.EXE) 
  82. and the aliased program should be launched, in this case Notepad.
  83.  
  84.  
  85. @#$Key  1 Uninstall Applications
  86. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  87. All Windows 9x or NT compatible programs must include an Uninstall program, sometimes though the program 
  88. may get removed but entry in Add/Remove programs doesn't, from this key you can remove those orphaned 
  89. entries.
  90. To see which application each sub-key represents, open it and there should be at least two values 
  91. 'DisplayName' and 'UninstallString'. 'DisplayName' is the name used in the Add/Remove programs list, and 
  92. 'UninstallString' is the program used to uninstall the application.
  93. To remove a program from the list you can simple delete the sub-key representing that program.
  94. @#$Key  1 Auto Logon (no need enter Name and Password)
  95. HKEY_LOCAL_MACHINE\Network\Logon
  96. 1. Open the key  HKEY_LOCAL_MACHINE\Network\Logon.
  97. 2. Create a new String Value, and name it 'Default Password'.
  98. 3. Modify the data of 'Default Password' to match the default users password.
  99. The default username is stored at:
  100. [HKEY_LOCAL_MACHINE\Network\Logon] - Username
  101. 4. Reboot and the system should automatically logon.
  102.  
  103. @#$Key  1 Changing the Location of Windows 9x's Installation Files
  104. HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\SETUP\SOURCEPATH
  105. if you need to change the location of Windows distributive set he value "SourcePath" 
  106. @#$Key  1 Clear the Run history
  107. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
  108. Select the value to remove and press Del. 
  109. @#$Key  1 Enable or Disable the CD-ROM Autorun
  110. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom
  111. This will stop applications from auto launching wehn you insert a CD-ROM disc.
  112. Set the Value "Autorun" to the "0" (disable) or "1"(enable).
  113. @#$Key  1 How can I set the multiple TCP/IP address for one a single network card in Windows 95/98?
  114. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans
  115. It's easy in Windows NT. But it is possible in Windows 95/98!
  116. 1. Go to the Key
  117. 2. Find the subkey that holds the IP address.
  118. 3. If you want to add another IP address to the network card, edit the IPAddress value, and add another IP 
  119. address to the end of the string, separated by a comma, but no spaces. 
  120. 4. Whenever you add an IP address, you must also add the corresponding subnet mask for that address in the 
  121. IPMask value. You can add as many addresses as will fit within the limitation of 255 characters of the String 
  122. entry.
  123. 4. Restart computer.
  124.  
  125. @#$Key  1 Disable PC Speaker sound on Errors
  126. HKEY_CURRENT_USER\Control Panel\Sound
  127. if you can't find a way to off your PC Speaker, you can a chance to do it:
  128. 1. Open a Key.
  129. 2. Locate the value 'Beep' if it doesn't already exist create it, by selecting Edit | New | String Value and naming 
  130. the new value 'Beep'.
  131. 3. Modify the value of 'Beep' to either 'Yes' beeping enabled, or 'No' beeping disabled.
  132. @#$Node 1 Hardware
  133. @#$Key  2 BIOS information
  134. HKEY_LOCAL_MACHINE\Enum\Root\*PNP0C01\0000
  135. Your BIOS name, version and date are listed. 
  136. @#$Key  2 Hardware Profiles
  137. HKEY_LOCAL_MACHINE\System\CurrentControlSet\control\IDConfigDB
  138. This key contains names of hardware profiles.
  139. The value "CurrentConfig" appoints to the profile. 
  140. Example: CurrentConfig="0001".
  141. The profiles are stored under the key:
  142. HKLM\Config.
  143. The first profile has name "0001", second - "0002" etc.
  144. @#$Key  2 Network Bindings and Configuration
  145. HKLM\Enum\Network
  146. @#$Key  1 CPU PRIORITY
  147. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\BIOS\
  148. In the right hand pane of Regedit create a new DWORD Value called "CPUPriority" (no
  149. quotes) -> double-click on it -> check the Decimal box -> type 1 -> click OK
  150. to save.
  151. This will speed things up by using the fastest priority to the CPU when
  152. opening any program, and works on 99% of the PCs I've tried it on.
  153. To reset to Windows 9x/ME default type 3 or delete this Value altogether.
  154. To see your system's real time performance type 0 (NOT recommended by
  155. Microsoft!).
  156. In some cases this Registry BIOS key is absent, because enabling the BIOS
  157. power management feature (APM) and the Win9x/ME ACPI BIOS extentions may
  158. disable it!
  159. Make sure there is a Plug and Play BIOS item listed in Control Panel -> System
  160. -> Device Manager -> System devices.
  161. Here are other DWORD Values (Decimal) you can use to tweak your CPU Priority
  162. even further (under the same Registry key above):
  163. - PCIConcur = 1 (enabled)
  164. - FastDRAM = 1 (enabled)
  165. - AGPConcur = 1 (enabled) [if your video controller is AGP based].
  166. These settings speed up hardware specific operations by allowing installed
  167. devices to use extra CPU cycles: PCI, AGP and/or DRAM based I/O transfers from
  168. the motherboard interface/bus/bridge (PCI, AGP, DRAM) [-> to the motherboard
  169. chipset/bus/bridge where applicable] -> to the CPU, and the other way around."
  170.  
  171. MEANING:
  172.  
  173. "CPUPriority" DWORD valid Decimal values:
  174. 0 = The foreground (active) app/game is assigned exclusive CPU cycles (real
  175. time priority). WARNING: Use with caution!
  176. 1 = All open apps/games (foreground and background) benefit from a few more
  177. CPU cycles than loaded Win32 TSRs/DLLs/Runtimes/APIs.
  178. 2 = All open apps/games (foreground and background) benefit from even more CPU
  179. cycles than loaded Win32 TSRs/DLLs/Runtimes/APIs.
  180. 3 = All apps/games/TSRs/DLLs/Runtimes/APIs share same CPU cycles (default,
  181. same as "CPUPriority" absent from Registry).
  182. @#$Key  1 DIRECTX
  183. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw
  184. Below are listed most of the DirectX DirectDraw 5.x/6.0x/7.0x/8.xx 2D + 3D
  185. video settings that allow maximum performance and/or stability under Windows
  186. 9x/ME, all of which can be tweaked also by using Directx.cpl, part of MS
  187. DirectX 7 SDK [120 MB, free]:
  188. http://www.microsoft.com/downloads/release.asp?ReleaseID=16927
  189. Dxdiag.exe (located in C:\Windows\System), part of MS DirectX 8.0a APIs [11
  190. MB, free]:
  191. http://www.microsoft.com/directx/homeuser/downloads/
  192. Dxinfo.exe (located in C:\Program Files\Directx), part of the older MS DirectX
  193. 5/6 APIs, obsolete, and DirectControl DirectX tweaking tool for Win9x/ME
  194. [104 KB, freeware, MUST HAVE!]:
  195. http://home.gci.net/~bgalm/dcontrol.html
  196. which can also handle 3D/A3D Audio, Disk Cache/Vcache, CD-ROM Cache/Prefetch
  197. etc settings.
  198. The "forbidden" DX8 Control Panel applet [34 KB] is available separately
  199. here:
  200. http://www.the-ctrl-alt-del.com/utilities/directxx.zip
  201. Install the current Microsoft DirectX APIs + Drivers 8.0a (see URL above) to
  202. take advantage of all these settings.
  203. But enuff talking... let's see the goods! :)
  204. Fire up Regedit and go to:
  205. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw
  206. Under this Registry key you can add/modify the following DWORD values (listed
  207. here as they would show in a REG file).
  208. To create a new DWORD value: right-click -> New -> DWORD -> Name it to one of
  209. the values listed below.
  210. To modify one of these DWORD values: right-click on the one you want -> select
  211. Modify -> check the Decimal box -> give it a value of 1 or 0 to enable or
  212. disable it, except "ForceRefreshRate", which requires an integer number to
  213. match the video card AND monitor frequency.
  214. All changes to these settings become effective immediately.
  215. CAUTION: BACKUP YOUR SYSTEM FIRST!
  216. Here they are:
  217.  
  218. "ForceNoSysLock"=dword:00000000
  219.  
  220. Enables [1] or disables [0] NoSysLock on Lock for lower resolution 3D video
  221. modes.
  222.  
  223. "DisableNoSysLock"=dword:00000000
  224.  
  225. Enables [0] or disables [1] NoSysLock on Lock for lower resolution 3D video
  226. modes.
  227.  
  228. "DisableMMX"=dword:00000000
  229.  
  230. Enables [0] or disables [1] extra MMX extensions support for Intel Pentium,
  231. Pentium Pro, Pentium II, Pentium III and Pentium IV CPUs.
  232.  
  233. "DisableWiderSurfaces"=dword:00000000
  234.  
  235. Enables [0] or disables [1] 3D Wide Surfaces support on newer/faster PCI/AGP
  236. video controllers that support this feature, like: 3dfx
  237. Banshee/Voodoo3/Voodoo4/Voodoo5/Voodoo6, NVidia
  238. TNT/TNT2/GeForce/Geforce2/GeForce3, S3 Savage, Matrox G200/G400/G440/G450, ATI
  239. Rage/Fury/MAXX/Radeon etc.
  240.  
  241. "EnablePrintScreen"=dword:00000001
  242.  
  243. Enables [1] or disables [0] the use of the Print Screen key to capture current
  244. window/full screen, which can be afterwards pasted and saved as
  245. JPG/BMP/GIF/etc into any OLE2 capable graphics program like MS Paint, Adobe
  246. PhotoShop, JASC Paint Shop Pro, IrfanView, XNview, LView Pro etc.
  247.  
  248. "DisableInactivate"=dword:00000000
  249.  
  250. Enables [1] or disables [0] Multi-Monitor Debugging for troubleshooting
  251. purposes, if using a dual-monitor head capable video controller.
  252.  
  253. "ShowFrameRate"=dword:00000000
  254.  
  255. Enables [1] or disables [0] the display of frame rate for 3D apps/games that
  256. support this feature, and available only on 3D video cards.
  257. Note that this setting may slow down slightly your Direct3D programs.
  258.  
  259. "ModeXOnly"=dword:00000000
  260.  
  261. Enables [0] or disables [1] ModeX support for 320x200 (EGA) on older/slower
  262. video cards that may present incompatibilities in this low resolution mode.
  263.  
  264. "EmulationOnly"=dword:00000000
  265.  
  266. Enables [1] or disables [0] Software Emulation Layer (SEL) for slower
  267. performance but better stability on older/slower (i.e. 2D only) video cards.
  268. Newer AGP/PCI 3D video cards use by default Hardware Emulation Layer (HAL),
  269. thus it is recommended to disable this setting for maximum "velocity". :)
  270.  
  271. "DisableAGPSupport"=dword:00000000
  272.  
  273. Enables [0] or disables [1] AGP Support, ONLY IF supported by motherboard,
  274. video hardware AND video driver.
  275.  
  276. "ForceRefreshRate"=dword:00000064
  277.  
  278. Forces [hex number: 60 - 300 decimal in Hz (100 Hz used in this example)]
  279. custom 2D (and 3D if supported by the video card) video Refresh Rate (redraw
  280. vertical frequency) for BOTH the multi-scan CRT monitor AND the graphics
  281. accelerator in current video mode [1024x768 in 65,000 colors (16-bit) used
  282. here].
  283. Note that selected frequency MUST be supported by BOTH video card AND monitor,
  284. otherwise you may damage one or the other!
  285. That's why it is VERY IMPORTANT to select the appropriate monitor type in:
  286. Control Panel -> System applet -> Device Manager tab -> Monitors -> Your
  287. Monitor Name -> Driver tab -> Update Driver...!
  288.  
  289. With the Registry Editor open, go to:
  290. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Direct3D
  291. Here you'll find:
  292.  
  293. "DisableDP2"=dword:00000000
  294.  
  295. Enables [0] or disables [1] enhanced DirectX 6/7/8 3D features on ALL PCI/AGP
  296. 3D video accelerators. It is strongly recommended to keep this setting enabled
  297. for maximum performance in Direct3D apps/games.
  298.  
  299. Then go to:
  300. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Direct3D\Drivers
  301. The only setting of interest here is:
  302.  
  303. "SoftwareOnly"=dword:00000000
  304.  
  305. Enables [0] or disables [1] the use of Hardware Acceleration on ALL PCI/AGP 3D
  306. video cards. It is strongly recommended to enable this feature for optimal
  307. performance.
  308. @#$Key  1 User Shell Folders
  309. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\
  310. This key has a priority than "Shell Folders"!
  311. Be careful with "Personal" value. It must link to My Documents folder.
  312. @#$Key  1 End Task Timeout
  313. HKEY_CURRENT_USER\Control Panel\desktop\
  314. One of the advantages using Windows 9x/NT/2000/ME/XP, is that all 32-bit
  315. applications/games start in protected mode, and furthermore, in Windows
  316. NT/2000/XP (true 32-bit multitasking multithreading OSes) they are alloted a
  317. separate memory space, thus making them less prone to crash/lock up.
  318. On the other hand, older 16-bit Windows apps and DOS programs [these are all
  319. 16-bit :)] running in a Virtual DOS Machine (VDM, a.k.a. DOS session/box) are
  320. more likely to freeze Windows, especially upon shut down.
  321. But who hasn't seen a Windows program that didn't freeze once in a while?
  322. Fortunately, there is a way to shut down an "offending" application, by
  323. performing the "three finger salute" (Alt + Ctrl + Del) and then clicking End
  324. Task.
  325. The only disadvantage using this feature is that sometimes Windows waits a
  326. long time (sometimes more than a minute) to finally acknowledge that a
  327. particular program is "Not responding" to the shutdown call, and only after
  328. that allowing you to manually shut it down by clicking the End Task button.
  329. But this can be changed. Run Regedit and go to:
  330. HKEY_CURRENT_USER\Control Panel\desktop
  331. Create two new String Values in the right hand pane:
  332. 1. Right-click -> select New -> String Value -> call it "HungAppTimeout" (no
  333. quotes). Double-click on "HungAppTimeout" and give it a value of 1000 (default
  334. is 5000 milliseconds = 5 seconds).
  335. This value sets the manual timeout until a program is terminated by using Task
  336. Manager.
  337. 2. Right-click -> select New -> String Value -> call it "WaitToKillAppTimeout"
  338. (no quotes). Double-click on "WaitToKillAppTimeout" and give a value of 2000
  339. (default is 20000 milliseconds = 20 seconds).
  340. This value sets the automatic timeout until Windows shuts down/restarts, while
  341. trying to close all open programs.
  342. Restart Windows when done so these changes can take effect.
  343. You can try different values here to find your optimal timeouts. Minimum in
  344. both cases is 1 millisecond (1/1000 of a second), but it's more than likely it
  345. will hang Windows! :)
  346. Use them with CAUTION!
  347. More info @ MS TechNet:
  348. - "Windows NT Registry Tweaks":
  349. http://www.microsoft.com/technet/winnt/regtwk.asp
  350. - "Windows 2000 System and Startup Settings":
  351. http://www.microsoft.com/technet/win2000/systeman.asp
  352. @#$Node 0 Windows Enhancement
  353. @#$Key  1 Automatically View Thumbnails of Bitmap Files
  354. HKEY_CLASSES_ROOT\Paint.Picture\DefaultIcon
  355. This setting will make Explorer show us a "thumbnail" version of any bitmap files that happens to be in the 
  356. current folder, rather than the generic bitmap icon ordinarily used.
  357. Open a registry key:
  358. HKEY_CLASSES_ROOT\.bmp
  359. and look to the Default Value (located on the right pane).
  360. If you use a standard assosiations you'll see "Paint.Picture" (or any name, for example "BMP_Pict").
  361. Then go to the registry key HKEY_CLASSES_ROOT\Paint.Picture\DefaultIcon (or to 
  362. HKEY_CLASSES_ROOT\BMP_pict\DefaultIcon) and change the Default Value to  " %1".
  363. You need logoff and logon to see changes!
  364.  
  365. @#$Key  1 Full Window Drag Option
  366. HKEY_CURRENT_USER\Control Panel\Desktop\DragFullWindows
  367. This setting enables the Full Windows Drag function, which allow you to view the contents of window while 
  368. dragging it across the screen, instead of just the standard outline.
  369.  
  370. 1. Go to the Key.
  371. 2. Set the value of "DragFullWindows" to "1" to enable, if the value doesn't exit create it.
  372. 3. Exit Regedit and reboot.
  373.  
  374. @#$Key  1 Can I enable the mouse snap-to?
  375. HKEY_CURRENT_USER\Control Panel\Mouse 
  376. 1. If the value SnapToDefaultButton not exists, add a new string value "SnapToDefaultButton" (watch the 
  377. case). 
  378. 2. Set this value to 1. 
  379. 3. Logoff and login again
  380. @#$Node 1 Explorer
  381. @#$Key  2 How can I open a command prompt at my current directory in Explorer?
  382. HKEY_CLASSES_ROOT\DIRECTORY\SHELL\
  383. 1. Add a new key and enter a name of DOSHere (or anything else) 
  384. 2. Under the new key add another key named "command" (only in lowercase). 
  385. 3. Under the key (DOSHere) double click on (Default) and enter a name that will be displayed when you right 
  386. click on the directory, e.g. "&DOS Command Prompt Here"
  387. 4. Move to the command key and again double click on (Default) and enter
  388.      c:\command.exe /k cd "%1"
  389. 5. That's all!
  390. If you want to add this feature to files:
  391. go to the HKEY_CLASSES_ROOT\*\shell\ and repeat steps 1-5.
  392. @#$Key  2 Adding Explore From Here to Every Folder
  393. HKEY_CLASSES_ROOT\*\shell\
  394. When you right click on any file this will give you a popup menu and an option to "Explore From Here", which 
  395. will open up and explorer window of this file.
  396.  
  397. 1. Go to the HKEY_CLASSES_ROOT\*\shell\rootexplore key, if it doesn't already exist then create it.
  398. 2. Edit the "(Default)" setting to read "E&xplore From Here".
  399. 3. Under rootexplore create a new key called "command", and edit the "(Default)" setting to read 
  400. "explorer.exe /e,/idlist,%i".
  401. You not need to reboot!
  402. Open explorer and go!
  403. If you want to do it for folders:
  404. go to the HKEY_CLASSES_ROOT\DIRECTORY\SHELL\ and repeat procedure.
  405. @#$Key  2 When I double-click on My Computer, I want it to launch Explorer
  406. HKEY_CLASSES_ROOT\CLSID\20D04FE0-3AEA-1069-A2D8-08002B30309D\Shell\
  407. 1. Open HKEY_CLASSES_ROOT\CLSID\20D04FE0-3AEA-1069-A2D8-08002B30309D\Shell.
  408. 2. Add a new key called Open. 
  409. 3. In the Open key, add a new key called Command. 
  410. 4. Add a value to the Command key as a regular string value, with no name. 
  411. 5. As the string, enter Explorer.exe. 
  412.  
  413. The next time you double-click My Computer, it will launch Explorer, and not My Computer. If you want to make 
  414. the system use
  415. My Computer again, take out the two values listed. 
  416. @#$Key  2 Prevent Open Explorer from restarting when you restart
  417. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\
  418. If you wish to prevent certain open (or minimized apps) such as Explorer.exe or Control Panel from
  419. automatically opening when you restart, go to the key. If the right hand pane doesn't have an entry for 
  420. NoSaveSettings that is type REG_BINARY, add it.  Now, change value to hexadecimal 1 (right hand pane will 
  421. look like 01 00 00 00) Close all applications (or you will get a scary message) and reboot.
  422. @#$Key  2 Is there a way to automatically refresh the contents of my folders? 
  423. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update\UpdateMode
  424. 1. Go to the Key.
  425. 2. Edit the UpdateMode value, and change it to 0 in Windows NT or 00 in 
  426. Windows 95. The next time you make changes in Explorer, they will be immediate. 
  427. @#$Node 1 Icons and Shortcuts
  428. @#$Key  2 Displaying Hi-Color Icons 
  429. HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\Shell Icon BPP
  430. The key let's you display icons in high-color mode, without having to install the Plus Pack option. Note: You 
  431. need a graphics card capable of displaying above 256 colors for this to be useful.
  432. Value: 
  433. "Shell Icon BPP"= "16"
  434. @#$Key  2 Removing Icons from your Desktop 
  435. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
  436. This key contains a number of subkeys which hold information about the namespace extensions of icons on 
  437. your desktop. Through this key you can control which icons are visible on the desktop, including the My 
  438. Computer, Inbox, MSN and Internet icons.
  439.  
  440. The name of each key is a globally unique identifier (GUID), and the default value of each key is a 
  441. human-readable name for the namespace extension, although this is not the same name as the icon on the 
  442. desktop.
  443.  
  444. To delete an icon from your desktop:
  445. 1. Step through the subkeys until you find the key representing the icon you want to remove from your 
  446. desktop, delete the key and the icon should disappear.
  447. @#$Key  2 Desktop Icon Redraw Frequency
  448. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
  449. If you desktop icons are redrawing too frequently, change this setting.
  450. Try editing:
  451. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer
  452. Add Value of "Max Cached Icons" with type REG_SZ. Set it to "8000".
  453. @#$Key  2 Change the icon for My Comuter
  454. HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon
  455. Change the Default value of key to the icon required, e.g. "c:\myicons\newicon.ico,0".
  456. The 0 shows it is icon 1 in the file.
  457. @#$Key  2 How to change the Network Neighborhood icon
  458. HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon
  459. Change the Default value of key to the icon required, e.g. "c:\myicons\newicon.ico,0".
  460. The 0 shows it is icon 1 in the file.
  461. @#$Key  2 How to change the Recycle Bin icons
  462. HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon
  463. Change the Default value of key to the icon required, e.g. "c:\myicons\newicon.ico,0".
  464. The 0 shows it is icon 1 in the file.
  465. @#$Key  2 How can I recreate the Recycle bin icon?
  466. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
  467. 1. Enter a new key  "{645FF040-5081-101B-9F08-00AA002F954E}" 
  468. 2. Change the Default value to "Recycle Bin". 
  469. @#$Key  2 How to delete or rename Inbox icon
  470. HKEY_CLASSES_ROOT\CLSID\{00020D75-0000-0000-C000-000000000046}\ShellFolder
  471. Change the Attributes value from 72000000 to:
  472. 50000000 (activate rename command)
  473. 60000000 (activate delete command)
  474. @#$Key  2 How can I get rid of the arrow over the shortcuts?
  475. HKEY_CLASSES_ROOT\lnkfile
  476. Select IsShortcut value and delete it 
  477. Also, do it in HKEY_CLASSES_ROOT\piffile.
  478. @#$Key  2 The Microsoft Network
  479. HKEY_CLASSES_ROOT\CLSID\{00028B00-0000-0000-C000-000000000046
  480. @#$Node 1 Wallpaper
  481. @#$Key  2 How to display a wallpaper other than the center of the screen?
  482. HKEY_CURRENT_USER\Control Panel\Desktop\
  483. 1. Open a key.
  484. 2  Add a Value "WallpaperOriginX" with the number of picels for left offset.
  485. 3. Next select Add a Value "WallpaperOriginY"  with the number of picels for top offset.
  486. 3. Logoff and on to get music!
  487. @#$Key  2 Change Wallpaper for current user
  488. HKEY_CURRENT_USER\Control Panel\desktop
  489. This key lets you change the wallpaper that appears prior to anyone logging in to the system.
  490. 1. Using Regedit, open the key.
  491. 2. Modify Value Name Wallpaper' to equal the BMP you want to use as the background (e.g. 
  492. c:\windows\mylogo.bmp').
  493. 3. Reboot your PC for the changes to take affect.
  494.  
  495. Note: In the same key, you should also be aware of, and possibly set: "Pattern"="(None)" 
  496. "TileWallpaper"="0"
  497. @#$Key  2 Change the Wallpaper Shown Prior to Logon 
  498. HKEY_USERS\.DEFAULT\Control Panel\Desktop
  499. This key lets you change the wallpaper that appears prior to anyone logging in to the system.
  500. 1. Using Regedit, open the key.
  501. 2. Modify Value Name Wallpaper' to equal the BMP you want to use as the background (e.g. 
  502. c:\windows\mylogo.bmp').
  503. 3. Reboot your PC for the changes to take affect.
  504.  
  505. Note: In the same key, you should also be aware of, and possibly set: "Pattern"="(None)" 
  506. "TileWallpaper"="0"
  507.  
  508. @#$Node 1 Creating a Shortcut to the System Folders
  509. @#$Key  2 What is CLSID?
  510. HKEY_CLASSES_ROOT\CLSID
  511. Everything in Windows is dealt with as a number instead of as a name. 
  512. People, however, tend to deal with things by name. 
  513. CLSID is where all the numbers are listed for icons, applications, directories, file types, and  more. 
  514. Each one must be unique, and is assigned to the manufacturer by Microsoft. 
  515. The manufacturer then puts the CLSID into the installation program files so it can update the Registry upon 
  516. installation.
  517.  
  518. For example:
  519. Create a new folder on your desktop and name it "Control 
  520. Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" It should look like the normal Control Panel icon (not a 
  521. shortcut). You can now move the icon anywhere on your desktop or start menu. 
  522. The same can be achieved for others by substituting these values:
  523. For Dial Up Networking
  524. Dial-Up Networking.{992CFFA0-F557-101A-88EC-00DD010CCC48}
  525. For Printers
  526. Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}
  527. For Control Panel
  528. Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
  529. My Computer
  530. My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
  531. For Network Neighborhood
  532. Network Neighborhood.{208D2C60-3AEA-1069-A2D7-08002B30309D}
  533. For the Inbox
  534. InBox.{00020D75-0000-0000-C000-000000000046}
  535. For the Recycle Bin
  536. Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}
  537. For more check out the HKEY_CLASSES_ROOT\CLSID key.
  538. @#$Key  2 Removing Item Types from the New Menu
  539. HKEY_CLASSES_ROOT\.txt\ShellNew
  540. When you right-click on your desktop or other selected applications there is a New sub-menu which contains 
  541. a list a default templates. This list can be modified to include only the templates you want.
  542.  
  543. Each template exists in the [HKEY_CLASSES_ROOT] hive associated with a file extension. Whether it is 
  544. visible or not in the New menu is controlled by whether the related entry has a sub-key called 'ShellNew'.
  545.  
  546. For example on the New menu there is usually an entry for "Text Document". This is visible because of the 
  547. key: [HKEY_CLASSES_ROOT\.txt\ShellNew] If you were to rename the key so it no longer had a sub-key 
  548. called 'ShellNew' by changing it to [HKEY_CLASSES_ROOT\.txt\ShellNewOld] it would disappear from the 
  549. New menu.
  550.  
  551. 1. Open Regedit, and using the Find function (Ctrl+F) search for any values of 'ShellNew'.
  552. 2. Several should be found under the [HKEY_CLASSES_ROOT] hive, if you do not want them to be displayed 
  553. rename 'ShellNew' to 'ShellNewOld'.
  554.  
  555. Note: Changes should take place immediately without needing to reboot.
  556. @#$Node 1 Menu
  557. @#$Key  2 How to set the delay for cascading menus?
  558. HKEY_CURRENT_USER\Control Panel\Desktop\MenuShowDelay
  559. You may set a delay for open menu.
  560. Change the Value "MenuShowDelay".
  561. @#$Key  2 Easily Use Notepad to Open a File
  562. HKEY_CLASSES_ROOT\*\shell
  563. Enabling this setting will allow you to use Notepad to open a file by simply right clicking on the icon. Also the 
  564. Notepad will be used to open the files by default if no association already exists.
  565.  
  566. 1. Go to the key "HKEY_CLASSES_ROOT\*\shell", if it doesn't exist create it.
  567. 2. Under shell create a new key called open, and edit the string "(Default)" to read "Open With Notepad".
  568. 3. Under open create a new key called command, and edit the string "(Default)" to read "notepad.exe %1".
  569.  
  570. Now when you right click on a file you should see "Open with Notepad" as one of the options.
  571. @#$Key  2 Add the QuickView Option to All Files
  572. HKEY_CLASSES_ROOT\*\QuickView
  573. If you ever wanted to add QuickView to the context menu of all file types, it may be a tedious task doing so 
  574. using Windows Explorer's Options - File Type window. This tip shows how to do it in a couple of easy steps.
  575. 1. Open the registry and create a sub-key called QuickView in HKEY_CLASSES_ROOT\*. In the (Default) the 
  576. the sub-key, type an asterisk ->*.
  577. 2. Close the registry and open an Explorer window. Right-click on any file and the QuickView command will 
  578. appear.
  579.  
  580. Note: You need to have QuickView installed on your PC. If not, Go to Control Panel, Add/Remove Programs 
  581. and add it from the Accessories group in the Windows Setup tab.
  582.  
  583.  
  584. @#$Key  2 How to add an item to the context menu?
  585. HKEY_CLASSES_ROOT\Unknown
  586. 1. Open a key
  587. 2. Click on the Shell subkey and right click on it. 
  588. 3. Add a new key with the name you want to be displayed, e.g. the name of the application. 
  589. 4..Right click on the new subkey and add newt key  "Command". 
  590. 5. Click on the newly created Command and double click on "(Default)" 
  591. 6 .Enter the path and name of the executable with %1, i.e.  c:\program files\myedit\myedit.exe %1 
  592. @#$Key  1 Explorer Streams
  593. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams
  594. "This is my tip for fixing the window size and position Win95 bug.
  595. I'm running Win95 with IE 4.01, which allows to store into the registry the
  596. size and position of 99 windows, in addition to the "Desktop" window.
  597. Nevertheless, my PC sometimes loses my preferred window size and position.
  598. I've solved the problem this way:
  599.  
  600. 1. Open and resize/re-position all the windows you usually use and
  601. wouldn't like to change: Desktop, My Computer, Control Panel, Network
  602. Neighborhood etc.
  603. 2. Launch RegEdit and select:
  604. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams
  605. and export it to a file called "MyWindows1.reg" (don't type the quotes).
  606. 3. Launch RegEdit and select:
  607. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU
  608. and export it to a file called "MyWindows2.reg".
  609. 4. In Notepad, open "MyWindows2.reg", select all text except the first line
  610. (REGEDIT4), and press Ctrl+C to copy the selected text to the clipboard.
  611. 5. In Notepad, switch to "MyWindows1.reg", go to the end of the text, and
  612. press Ctrl+V to paste the text copied from "MyWindows2.reg".
  613. 6. In Notepad, save the modified "MyWindows1.reg" to a directory on the hard
  614. disk. Eventually, change its name to "MyWindows.reg", or any other name you
  615. like.
  616.  
  617. From now on, every time Win95 loses your preferred window size and position,
  618. simply double-click on "MyWindows.reg", and all of your windows will return
  619. to their (your) best-preferred state.
  620.  
  621. PS: Don't leave any blank spaces within .REG file names, otherwise Win95 will
  622. be unable to restore the information from the file by double-clicking on it."
  623.  
  624. NOTE: Read the "SAVE SETTINGS - Part 1" topic in REGISTRY.TXT (this file) for
  625. an alternative Registry fix to keep your most used window positions in
  626. Windows 95/OSR1.
  627. @#$Key  1 Active Corners
  628. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Screen Savers\
  629. There is a Registry trick that might allow you to activate/deactivate your
  630. screen saver by placing your mouse in different screen (desktop) corners (hot
  631. spots).
  632. WARNING: This feature is disabled if you installed MS Internet Explorer 4/5
  633. with the Active Desktop feature!
  634. Run Regedit and go to:
  635. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Screen Savers
  636. Under Screen Savers, add a new string value and name it Mouse Corners. Edit
  637. this new value to show "-Y-N" (no quotes).
  638. Close Regedit and restart Windows.
  639. From now on whenever you position your mouse cursor in the upper right corner
  640. of your screen, the screen saver will immediately activate. Likewise, if you
  641. position the mouse in the lower left corner of your screen, the screen saver
  642. will not activate, even if it has been inactive for longer than the time
  643. specified when you selected it.
  644. The principle behind this is based on activating/deactivating the 4 screen
  645. corners, in this specific order (in the Registry key above):
  646. 1. lower right corner;
  647. 2. upper right corner;
  648. 3. upper left corner;
  649. 4. lower left corner.
  650. Therefore, a value of "NY--", would result in having the screen saver active
  651. by placing your mouse cursor in the upper right corner, and respectively
  652. inactive by placing your rodent pointer into the lower right corner.
  653. Just take your pick, depending on which corners are easier for you to use.
  654. This trick is useful to keep your screen saver from being turned on right in
  655. the middle of a task that cannot be interrupted, like defragmenting/scaning
  656. your hard disk(s).
  657. NOTE: The "active screen corners" feature can also be enabled from your
  658. Display (the Screen Saver tab), if you own Microsoft Plus! Pack for Windows
  659. 95 (but NOT with MS IE 4/5 installed), for all MS Plus! installed savers (and
  660. ONLY if System Agent is active).
  661. @#$Node 0 Internet
  662. @#$Key  1 Change the default Internet Browser
  663. HKEY_CLASSES_ROOT\http\shell\open\command
  664. Change the Default value to
  665. c:\ie5\iexplore.exe -nohome              for Internet Explorer or
  666. c:\Netscape\netscape.exe -h "%1"  for Netscape
  667. @#$Key  1 Use DDE for Internet browser
  668. HKEY_CLASSES_ROOT\http\shell\open\ddeexec\Application
  669. Change the Default value to "NSShell" for Netscape or "IExplore" for Internet Explorer.
  670. Also, you may set it for "https" protocol.
  671. @#$Key  1 Add your command to the Internet Explorer context menu
  672. HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt
  673. 1. Under the main key you need create a subkey with any name.
  674. 2. Edit Default value of the new key and type in it the full path your file.
  675.      For example: "c\windows\greatissoft.htm".
  676. 3. Add a new binary value Context and set it to the 1.
  677. OK!
  678.  
  679. @#$Key  1 How can I get back the confirmation box about execution EXE files in IE?
  680. HKEY_CLASSES_ROOT\Exefile
  681. In Internet Explorer, when I download things from the Internet, it asks whether I should save the .EXE file to 
  682. disk or if it should just run it. There is also a selection for it not to ask me again. I told it to open the file, and 
  683. never to ask me again, but I have changed my mind. How do I get the dialog box back? The setting is in 
  684. HKEY_CLASSES_ROOT\Exefile for either Windows NT or Windows 95.
  685. Change the EditFlags value from d8 07 01 00 (don't ask any more) to d8 07 00 00 (ask every time). 
  686. @#$Key  1 How to change a dial-up user name?
  687. HKEY_CURRENT_USER\RemoteAccess\Profile\
  688. 1. Go to the Key.
  689. 2. Open a subkey with a your dial-up name.
  690. 3. Change a value "User" to desired name.
  691. 4. Logoff and logoon again.
  692. @#$Key  1 How to actuvate a router on Windows 95 machine?
  693. HKLM\System\CurrentControlSet\Services\VxD\MSTCP\
  694. 1. Go to the Key.
  695. 2. Add or change a string value "EnableRouting" to "1".
  696. 3. Logoff and logon again.
  697. @#$Key  1 Increase perfomance of Internet conncetion by change MTU value
  698. HKLM\System\CurrentControlSet\Services\Class\NetTrans\
  699. By default, Windows NT attempts to discover the maximum transmission unit (MTU) of all connections
  700. beyond your local subnet. Limiting TCP segments to this size reduces fragmentation at the routers along
  701. your connection path, increasing your throughput. You may have inadvertantly disabled this feature while
  702. tuning your network. 
  703. Tip!
  704. You can change this value for network adaper or dial-up adapter!
  705. 1. Go to the Key. There are many subkeys under it (0000,0001,0002...). 
  706.     Find a key with the value "DriveDesc"="TCP/IP".
  707. 2. If a DWORD value MaxMTU not exists, create it. Set it to 576.
  708. MaxMTU specifies the maximum size datagram IP that can pass to a media driver. Subnetwork Access 
  709. Protocol (SNAP) and source routing headers (if used on the media) are not included in this value. For example, 
  710. on an Ethernet network, MaxMTU will default to 1500. The actual value used will be the minimum of the value 
  711. specified with this parameter and the size reported by the media driver. The default is the size reported by the 
  712. media driver; an Ethernet network defaults to 1500 bytes and a Point-to-Point (PPP) Protocol dial-up 
  713. connection defaults to 576 bytes.
  714. @#$Key  1 How to Change Default Mail Client for Internet Explorer
  715. HKLM\SOFTWARE\Clients\Mail\
  716. The subkeys contain the the names of installed e-mail clients.
  717. Write the default e-mail client name to the Default value.
  718. For example:
  719. Mail
  720.  +Hotmail
  721.  +Outlook Express
  722.  +The Bat!
  723. The Default value ="The Bat!"
  724. @#$Key  1 Speed up your Web Browsing
  725. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace
  726. This Registry tip speeds up internet/remote (using Windows Explorer and/or
  727. Internet Explorer) browsing process considerably on most MS Windows 32-bit
  728. machines connected to a network and/or remote computer(s).
  729. This actually fixes a BUG in MS Windows OSes that scan shared (remote)
  730. folders/files across the network for Scheduled Tasks, and can add a delay as
  731. long as 30 seconds (!), because it uses extra time to search the remote
  732. computer(s). :(
  733. To do this, open Regedit (Win95/98/ME) or Regedt32 (WinNT4/2000) and go to:
  734. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSp
  735. ace
  736. Highlight this value:
  737. {D6277990-4C6A-11CF-8D87-00AA0060F5BF}
  738. and delete it: right-click on it -> select Delete -> click OK.
  739. RECOMMENDED: Export (BACKUP) this Registry key to a REG file FIRST!
  740. @#$Key  1 FASTER 56K MODEM
  741. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Modem\0000
  742. If you have a newer external 56K analog or ISDN modem, you may be able to take
  743. advantage of a little extra speed boost.
  744. Modern external analog modems have their own CPU built-in, which runs usually
  745. at 25 MHz (higher than an internal modem's CPU, rated at 12-20 MHz). Good
  746. examples are the 3COM/US Robotics Sportster and Courier models. Such modems
  747. have the capability of internal data transfers (COMmunication port to modem)
  748. up to 230400 bps, or even higher (maximum is 921200 bps).
  749. This tweak applies also to 56K/ISDN modems connected to internal ISA (PnP)
  750. serial I/O add-on cards equiped with faster UARTs: 16650 or 16750, designed to
  751. transfer data between the COM port and the modem up to 921200 bps. Wow! This
  752. makes regular ISDN look like a slow poke. :)
  753. If you wanna get one of these high speeed UART I/O cards, check out Pacific
  754. Commware's TurboExpress Port 920:
  755. http://www.turbocom.com/texport.html
  756. But this canNOT be usually achieved without a Registry tweak, because the
  757. maximum transfer speed (default) allowed by Windows 9x is 115200 bps, enabled
  758. from: Control Panel -> Modems -> Your Modem Name -> Properties -> General tab
  759. -> Maximum speed -> 115200 -> OK -> OK.
  760. To enable and use this higher speed, run Regedit and go to:
  761. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Modem\0000
  762. Note that your modem might be installed under the 0001, 0002 etc keys, not
  763. necessarily under 0000. Highlight the appropriate one. In the right hand pane
  764. double-click the "Properties" Binary value. You'll notice that the 7th up to
  765. the 10th digits on the 4th row (the one that begins with 0018) show C2 01 (or
  766. 84 03), which corresponds to a maximum connection speed of 115200 (or lower)
  767. bps. Highlight and replace them with 10 0E to bump it up to 921200.
  768. Geek speak: replace the 24th up to the 27th byte (0x18h) as shown above.
  769. Do NOT change anything else there! Click OK when done.
  770. For convenience you can use the REG file below to do this without having to
  771. alter the Binary value. Just make sure the modem key matches the one in your
  772. Registry (replace 0000 with 0001 or 0002 etc if necessary):
  773. -----Begin cut & paste here-----
  774. REGEDIT4
  775.  
  776. [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Modem\0000]
  777. "Properties"=hex:80,01,00,00,ff,00,00,00,ff,00,00,00,07,00,00,00,0f,00,00,00,\
  778.   77,07,00,00,00,10,0e,00,00,fa,00,00
  779.  
  780. ------End cut & paste here------
  781. Paste these lines into Notepad (the empty line at the end is necessary!) and
  782. save the file as 921200.REG. Then (double)-click on it in Explorer or File
  783. Manager to merge it into your Registry.
  784. Now if you open Control Panel -> Modems... and follow the same steps above,
  785. you can see that 3 new settings are available: 230400, 460800 and 921600.
  786. Reset your modem's "Maximum speed" to one of these new values (some
  787. experimenting might be necessary depending on your hardware specs), save your
  788. changes, and finally, connect to the Internet as usual. I'm sure you'll notice
  789. the speed boost. :)
  790. CAUTION:
  791. If you try this on slower internal 56K modems, your connection may lock up,
  792. and/or experience various errors while using any communications apps or the
  793. Internet, which may also occur if your external modem doesn't have a fast CPU
  794. (25 MHz or above). If that is the case, reset the "Maximum speed" (see above)
  795. back to 115200.
  796. @#$Key  1 Cache Paths
  797. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths
  798. Cache paths for IE, Netscape
  799. @#$Key  1 HTTP SERVER REQUESTS FOR IE
  800. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\
  801. First close ALL MS IE instances.
  802. Then open Regedit and go to:
  803. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
  804. In the right hand pane create/modify these DWORD values (don't type the
  805. quotes):
  806. - "MaxConnectionsPerServer": defines the number of simultaneous requests to a
  807. single HTTP 1.1 server. Double-click on it and type 4 in the Decimal box
  808. (default is 2).
  809. - "MaxConnectionsPer1_0Server": defines the number of simultaneous requests to
  810. a single HTTP 1.0 server. Double-click on it and type 8 in the Decimal box
  811. (default is 4).
  812. Now connect to the Internet, fire up MS IE and surf away.
  813. More info @ MSKB:
  814. http://support.microsoft.com/support/kb/articles/q183/1/10.asp
  815. @#$Key  1 Automatically clear IE cache
  816. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\
  817. Make sure Internet Explorer is not running.
  818. Run Regedit and go to:
  819. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache
  820. Double-click on the "Persistent" value in the right hand pane, and:
  821. - if DWORD [IE 3/4]: type 0 or 1 in the Decimal box, or
  822. - if Binary [IE 5/6]: delete the first two digits, and then type 0 or 01.
  823. Click OK.
  824. Where:
  825. 0 = clears the cache every time IE closes.
  826. 1 = saves IE's cache."
  827.  
  828. ADD-ON:
  829. These entries look like this on the Regedit screen:
  830. 1. MS IE 3.0x and 4.0x [DWORD]:
  831. "Persistent"=0x00000000 (0)
  832. or:
  833. "Persistent"=0x00000001 (1)
  834. 2. MS IE 5.0x and 6.xx [Binary]:
  835. "Persistent"=00 00 00 00
  836. or:
  837. "Persistent"=01 00 00 00
  838. And this is how they appear in a .REG file:
  839. 1. MS IE 3.0x and 4.0x [DWORD]:
  840. "Persistent"=dword:00000000
  841. or:
  842. "Persistent"=dword:00000001
  843. 2. MS IE 5.0x and 6.xx [Binary]:
  844. "Persistent"=hex:00,00,00,00
  845. or:
  846. "Persistent"=hex:01,00,00,00
  847. NOTE: If your IE cache folders contain lots of files, it may take a while to
  848. clear them upon exit, depending basically on your CPU power and hard disk
  849. speed.
  850. @#$Key  1 Winsock Location
  851. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP\Parameters\Winsock
  852. @#$Key  1 Disable Outlook splash screen
  853. HKEY_USERS\.Default\Software\Microsoft\Outlook Express\5.0
  854. Perform the Registry edit below that applies to your MS OE version to disable
  855. the Microsoft Outlook Express startup splash screen (thanks a lot guys!), but
  856. exit OE first:
  857.  
  858. 1. MS OE v4.0 "no splash" tip:
  859. "Use Regedit to go to:
  860. HKEY_CURRENT_USER\Software\Microsoft\Outlook Express
  861. Modify or create a new DWORD called "NoSplash" (no quotes) and give it a value
  862. of 1 in the Decimal box."
  863.  
  864. 2. MS OE v5.0 "no splash" tip:
  865.  
  866. "Open Regedit and go to:
  867. HKEY_USERS\.Default\Software\Microsoft\Outlook Express\5.0
  868. or:
  869. HKEY_USERS\Default\Your_User_ID\Software\Microsoft\Outlook Express\5.0
  870. or:
  871. HKEY_USERS\.Default\Identities\{6E709CC0-7461-11D3-9B66-861126026B25}\Software\Microsoft\Outlook 
  872. Express\5.0
  873. Modify or create a new DWORD called "NoSplash" (no quotes) with a Decimal
  874. value of 1."
  875. UPDATE:
  876. Check out these comprehensive OE User Tips pages:
  877. http://www.okinfoweb.com/moe/
  878. @#$Node 0 Security
  879. @#$Key  1 Disable Caching of Domain Password
  880. HKEY_LOCAL_MACHINE\Network\Logon
  881. Enabling this setting, disables the caching of the NT domain password, and therefore it will need to be 
  882. re-entered to access additional domain resources.
  883. Set the Value "NoDomainPwdCaching" to "0" (disabled) or "1" (enabled).
  884. @#$Key  1 How can I set the minimum password length for Windows 95?
  885. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Network 
  886. Having a password of more than four characters strengthens your security. In fact, the longer the password is, 
  887. the more difficult it is to break. Add a DWORD value called MinPwdLen and set it to the number of characters 
  888. you would like, in decimal format. 
  889. @#$Key  1 Require Validation by Network for Windows Access
  890. HKEY_LOCAL_MACHINE\Network\Logon\MustBeValidated
  891. By default Windows doesn't require a valid network username and password combination for a user to create 
  892. and use a local Windows machine. This functionality can be change to require validation by the network.
  893. Set Value "MustBeValidated" to the "1" (enabled) or "0" (disabled).
  894. @#$Key  1 Display Domain Logon Confirmation
  895. HKEY_LOCAL_MACHINE\Network\Logon\DomainLogonMessage
  896. When this option is enabled, a dialog box is shown apon successful validation by a Windows NT domain
  897. Set Value "DomainLogonMessage" to the "1" (enabled) or "0" (disabled).
  898. @#$Key  1 Locking down that desktop
  899. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  900. Desktop restrictions can be implemented by editing the following Explorer values in the registry: (all values
  901. default to 0)
  902.  
  903. NoCommonGroups REG_DWORD
  904. set it to 1 so that common program groups do not appear on the Start menu.
  905.  
  906. NoDesktop REG_DWORD 
  907. set it to 1 to hide all desktop icons.
  908.  
  909. NoDrives REG_DWORD
  910. The low order (right most) bit is drive A: while the 26th bit is Drive Z:
  911. To hide a drive, turn on its' bit. These drives will still appear in File Manager. To remove File Manager,
  912. delete winfile.exe.
  913. If your not happy working in Hex, add these decimal number to hide the drive(s):
  914. A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O:
  915. 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X:
  916. 8388608, Y: 16777216, Z: 33554432, ALL: 67108863 
  917.  
  918. NoFileMenu REG_DWORD
  919. If set to 1, the File menu in Explorer is removed.
  920.  
  921. NoFind REG_DWORD
  922. set it to 1 to remove the Find command from the Start Menu.
  923.  
  924. NoNetConnectDisconnect REG_DWORD
  925. A value of 1 removes the "Map Network Drive" and Disconnect Network Drive menu and right click
  926. options.
  927.  
  928. NoNetHood REG_DWORD
  929. Set it to 1 to remove the Network Neighborhood icon and prevent network access from explorer (it will
  930. still work from a command prompt).
  931.  
  932. NoRun REG_DWORD
  933. If set to 1, the Run command is removed from the Start menu.
  934.  
  935. NoSetFolders REG_DWORD
  936. Set it to 1 to hide Control Panel and Printers and My Computer in Explorer and on the Start Menu.
  937.  
  938. NoSetTaskbar REG_DWORD
  939. If set to 1, only Drag and Drop can be used to alter the Start Menu and Desktop. The Taskbar does not
  940. appear on the Start Menu.
  941.  
  942. NoTrayContextMenu REG_DWORD
  943. If set to 1, menus do not display upon right click of the taskbar, start button, clock, or taskbar application
  944. icons. The entry is only available for NT 4.0 with SP 2 or greater.
  945.  
  946. NoViewContextMenu REG_DWORD
  947. If set to 1, menus do not display upon right click of the desktop or Explorer's results pane. The entry is
  948. only available for NT 4.0 with SP 2 or greater.
  949.  
  950. RestrictRun REG_DWORD
  951. Set it to 1 and only programs that you define at: 
  952. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun
  953. can be run on the Workstation. 
  954.  
  955. NoClose REG_DWORD
  956. Set it to 1 to remove the ShutDown button from the Start Menu. This does not disable shutdown from
  957. CTRL+ALT+DEL. To totally disable a users ability to shutdown, remove the "advanced" right to
  958. "Shutdown the System" from Policies/User Rights of User Manager for Domains.
  959.  
  960. EnforceShellExtensionSecurity - A value of 1 causes Windows NT to only load the shell extensions
  961. listed in the Approved subkey
  962. (HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell
  963. Extensions\Approved). 
  964.  
  965. NoDriveAutoRun - A bitmapped value (see NoDrives from Tip 050) that determines wether the autorun
  966. feature is disabled on that drive. If the drives bit is set to 1, autorun (see tip 007) is disabled.
  967.  
  968. NoSaveSettings - A value of 1 prevent changes to the positions of icons and open windows, and the size
  969. and position of the taskbar from being saved.
  970.  
  971. NoStartBanner - A value of 1 hides the arrow and Click here to begin caption that appear on the
  972. taskbar when you start Windows NT.
  973.  
  974. NoStartMenuSubFolders - Hides the folders at the top section of the Start menu when the value is set to
  975. 1. Items appear, but folders are hidden.
  976.  
  977. To really lock down the desktop, replace the Explorer or Progman shell with your own launcher. Edit
  978. HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\Shell and
  979. replace the current .exe with YourOwnLauncher.exe.
  980. @#$Key  1 Restricting system features
  981. HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\SYSTEM
  982. To restrict the use of system features, edit: (the System sub-key must be added)
  983. All of the following entries are type REG_DWORD and have a default of 0. If these entries are set to 1,
  984. the restriction is enabled.
  985.  
  986. DisableTaskMgr - Prevents TaskMgr.exe from running. This entry is only supported from NT 4.0 with
  987. SP2 or greater.
  988.  
  989. NoDispAppearancePage - Removes the ability to change the colors or color scheme on the desktop from
  990. Control Panel.
  991.  
  992. NoDispBackgroundPage - Removes the ability to change wallpaper and backround pattern from Control
  993. Panel.
  994.  
  995. NoDispCPL - Disables the Display option in Control Panel
  996.  
  997. NoDispScrSavPage - The Screen Saver tab does not appear in the Display Properties page of Control
  998. Panel.
  999.  
  1000. NoDispSettingsPage - The Settings and Plus tab do not appear in the Display Properties page of Control
  1001. Panel.
  1002.  
  1003. DisableLockWorkstation - To disable the Lock Workstation button, Add Value
  1004.      DisableLockWorkstation
  1005.      0, the default, leaves it enabled.
  1006.      1 disables the Lock Workstation button
  1007.  
  1008.  DisableChangePassword - To disable the Change Password button, Add Value
  1009.      DisableChangePassword
  1010.      0, the default, leaves it enabled.
  1011.      1 disables the Change Password button
  1012. @#$Key  1 A few more restrictions
  1013.  HKEY_CURRENT_USER\Software\Microsoft\Windows
  1014. A few more restrictions are located at HKEY_CURRENT_USER\Software\Microsoft\Windows:
  1015.  
  1016. NoWorkgroupContents - If the value of this entry is 1, Network Neighborhood does not display
  1017. computers in the local workgroup or domain.
  1018.  
  1019. NoEntireNetwork - A value of 1 restricts Network Neighborhood from displaying or accessing
  1020. computers outside the local workgroup or domain. The user can still use the Start/Run, Map/Connect
  1021. Network Drive, and the Command Prompt. 
  1022. @#$Key  1 Disable Password Caching
  1023. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network
  1024. Add "DisablePwdCaching"=dword:00000001
  1025. @#$Node 0 My bookmarks
  1026. @#$Key  1 Deafult Mailer
  1027. HKEY_CLASSES_ROOT\mailto\shell\open\command
  1028. @#$Key  1 Internet Detect
  1029. HKLM\System\CurrentControlSet\Services\RemoteAccess
  1030. @#$Key  1 NetWare Login Parameters
  1031. HKEY_LOCAL_MACHINE\Network\Novell\System Config\Network Provider\Graphical Login
  1032. @#$Key  1 RegRun II
  1033. HKEY_CURRENT_USER\Software\Greatis\Regrun2
  1034. @#$Key  1 E-Sticker
  1035. HKEY_CURRENT_USER\Software\Greatis\Sticker
  1036. @#$Key  1 E-Sticker Local Machine
  1037. HKLM\Software\Greatis\Sticker
  1038. @#$Key  1 Norton Antivirus
  1039. HKEY_LOCAL_MACHINE\SOFTWARE\Intel\LANDesk\VirusProtect6
  1040. @#$Node 0 WWW Links
  1041. @#$Key  1 Windows 98
  1042. http://www.windows98.org
  1043. @#$Key  1 Windows95
  1044. http://www.windows95.com/
  1045. @#$Key  1 Windows User Magazine
  1046. http://www.winuser.com/
  1047. @#$Key  1 Windows Source
  1048. http://www.windowstuff.com/
  1049. @#$Key  1 Windows club
  1050. http://www.clubwin.com
  1051. @#$Key  1 NT Bugtraq
  1052. http://www.ntbugtraq.com/
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.